body,
ol,
ul,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Microsoft Yahei';
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

ol,
ul,
dl,
li,
dt,
dd {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  padding: 0px;
  margin: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.header {
  position: relative;
  background: #3E7D48;
}

.header .logo {
  width: 30%;
  height: 100px;
  background: #fff;
}

.header .logo a {
  position: relative;
  z-index: 1;
}

.header .logo img {
  max-width: 100%;
  display: block;
}

.header .logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: #fff;
}

.header .nav {
  position: relative;
  width: 67%;
  height: 100px;
  margin-left: auto;
}

.header .nav ul {
  width: 100%;
}

.header .nav ul li {
  position: relative;
  display: flex;
  height: 100%;
  padding: 0 12px;
  align-items: center;
}

.header .nav ul li.active::after,
.header .nav ul li:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #F7B500;
  position: absolute;
  bottom: 0;
  left: 0;
}

.header .nav ul li a h2 {
  color: #ffffff;
  font-size: 18px;
}

.header .nav ul li a span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  display: none;
}

.header .nav ul li.active a span,
.header .nav ul li:hover a span {
  display: block;
}

.index_banner .swiper-slide img {
  width: 100%;
}

.index_banner .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 2.24vw;
}

.index_banner .swiper-pagination .swiper-pagination-bullet {
  width: .834vw;
  height: .834vw;
  margin: 0 .443vw;
  background: #fff;
  opacity: 1;
}

.index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F7B500;
}

.index_main1 {
  background: url(../images/index_main1_bg.jpg) no-repeat center/cover;
  padding: 75px 0 100px;
}

.index_main1 .left {
  width: 51%;
}

.index_main1 .left .content {
  margin-top: 30px;
}

.index_main1 .left .content p {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 2.25;
}

.index_main1 .left .more {
  margin-top: 50px;
}

.index_main1 .left .more a {
  color: #4d4d4d;
  font-size: 16px;
  border: solid 1px #009944;
  border-radius: 30px;
  display: block;
  width: 160px;
  height: 46px;
  line-height: 44px;
  text-align: center;
}

.index_main1 .left .more a:hover {
  background: #009944;
  color: #fff;
}

.index_main1 .right {
  width: 42%;
}

.index_main1 .right video {
  max-width: 100%;
}

.bk4 {
  background: url(../images/bk4_bg.jpg) top center no-repeat;
  position: relative;
  padding-top: 50px;
}

.bk4_left {
  width: 50%;
  text-align: center;
}

.bk4_right {
  width: 50%;
  color: #fff;
}

.bk4_right h4 {
  font-size: 30px;
}

.bk4_right p {
  font-size: 16px;
  line-height: 2.125;
  margin-top: 20px;
}

.bk4 .swiper-container {
  margin-top: 55px;
}

.bk4 .swiper-slide {
  padding-bottom: 20px;
  background: #fff;
}

.bk4 .swiper-slide img {
  width: 100%;
  height: 240px;
}

.bk4 .swiper-slide span {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #333333;
}

.bk4 .swiper-slide:hover span {
  color: #23AC38;
}

.bk4 .swiper-button-prev,
.bk4 .swiper-button-next {
  width: 41px;
}

.bk4 .swiper-button-prev {
  left: 0;
}

.bk4 .swiper-button-next {
  right: 0;
}

.bk4 .swiper-button-prev:after {
  content: " ";
  background: url(../images/bk4_prev.png) no-repeat;
  width: 41px;
  height: 41px;
  border-radius: 4px;
}

.bk4 .swiper-button-next:after {
  content: " ";
  background: url(../images/bk4_next.png) no-repeat;
  width: 41px;
  height: 41px;
  border-radius: 4px;
}

.bk3 {
  padding: 100px 0 80px;
}

.bk3 .container>p {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 3.75;
  margin-top: 30px;
}

.bk3 .swiper-container {
  margin-top: 30px;
}

.bk3 .swiper-container .swiper-slide img {
  border: #C7C7C7 solid 1px;
  width: 100%;
  height: 97px;
}

.bk3 .swiper-container .swiper-slide span {
  text-align: center;
  display: block;
  font-size: 16px;
  position: relative;
  margin-top: 5px;
}

.bk3 .swiper-container .swiper-slide:hover span {
  color: #d71820;
}

.bk3 .swiper-container span:before {
  content: ">";
  width: 17px;
  height: 17px;
  line-height: 12px;
  text-align: center;
  font-size: 16px;
  border: solid 1px #3a3a3a;
  color: #3a3a3a;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.footer {
  background: url(../images/footer_bg.jpg) no-repeat center/cover;
}

.footer .infos {
  padding: 50px 0;
}

.footer .infos .item:last-child .tt {
  margin-left: 17px;
}

.footer .infos .tt {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 16px;
}

.footer .infos .tt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 27px;
  height: 2px;
  background: #F7B500;
}

.footer .infos .con {
  margin-top: 25px;
}

.footer .infos .con li {
  margin-top: 13px;
}

.footer .infos .con li a {
  color: #ffffff;
  font-size: 14px;
}

.footer .infos .con h3 span {
  color: #CACBCC;
  font-size: 24px;
}

.footer .infos .con p {
  padding-top: 20px;
}

.footer .infos .con p span {
  color: #CACBCC;
  font-size: 14px;
  line-height: 24px;
}

.footer .infos .con .img {
  margin-right: 19px;
  text-align: center;
}

.footer .infos .con .img:last-child {
  margin-right: 0;
}

.footer .infos .con .img img {
  width: 64px;
}

.footer .infos .con .img p {
  color: #CACBCC;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
}

.footer .bottom {
  border-top: solid 1px rgba(255, 255, 255, .47);
  text-align: center;
  padding: 35px 0;
}

.footer .bottom p,
.footer .bottom a {
  color: #CACBCC;
  font-size: 14px;
}

.nybanner img {
  display: block;
  width: 100%;
}

.crumb {
  background: #F6F6F6;
}

.crumb .container {
  height: 70px;
}

.crumb .left i,
.crumb .left a,
.crumb .left span {
  color: #666666;
  font-size: 16px;
}

.crumb .left i {
  margin-right: 5px;
}

.crumb .left span {
  margin: 0 5px;
}

.crumb .right li a {
  color: #666666;
  font-size: 16px;
  height: 70px;
  padding: 0 15px;
}

.crumb .right li.cur a,
.crumb .right li:hover a {
  color: #fff;
  background: #3E7D48;
}

.nypage {
  padding: 40px 0;
}

.nypage .content {
  color: #444444;
  font-size: 16px;
  line-height: 36px;
  margin-top: 60px;
}

.nypage .content img {
  max-width: 100%;
}

.nylist {
  padding: 40px 0;
}

.nylist .title {
  color: #2d90e5;
  font-size: 30px;
  font-weight: bold;
}

.nylist .content ul li {
  padding: 30px 0;
  border-bottom: 1px solid #D2D2D2;
}

.nylist .content ul li:first-child {
  padding-top: 0;
}

.nylist .content ul li a .pic {
  width: 300px;
  flex-shrink: 0;
}

.nylist .content ul li a .pic img {
  width: 100%;
  height: 170px;
}

.nylist .content ul li a .txt {
  width: 980px;
  flex-shrink: 0;
  padding-left: 30px;
}

.nylist .content ul li a .txt h4 {
  color: #4d4d4d;
  font-size: 18px;
}

.nylist .content ul li:hover .txt h4 {
  color: #2d90e5;
}

.nylist .content ul li a .txt p {
  color: #444444;
  font-size: 16px;
  line-height: 2;
  padding-top: 25px;
}

.nylist .content ul li a .txt .date_icon {
  padding-top: 25px;
}

.nylist .content ul li a .txt .date_icon span {
  color: #909090;
  font-size: 14px;
}

.list_product {
  padding: 40px 0;
}

.list_product .content {
  margin-top: 30px;
}

.list_product .content ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
}

.list_product .content ul li {
  position: relative;
  width: 240px;
  margin-top: 40px;
  margin-right: 20px;
}

.list_product .content ul li:nth-child(5n) {
  margin-right: 0;
}

.list_product .content ul li .pic {
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, .12) 0 0 7px 0;
}

.list_product .content ul li .pic img {
  width: 240px;
  height: 240px;
  transition: all .5s;
}

.list_product .content ul li:hover .pic img {
  transform: scale(1.1);
}

.list_product .content ul li .tt {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}

.list_product .content ul li:hover .tt {
  color: #3E7D48;
}

.nytitle {
  display: block;
  overflow: hidden;
  text-align: center;
  color: #333;
  font-size: 28px;
  line-height: 34px;
  margin-top: 10px;
}

.nytitle span {
  display: block;
  color: #888;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
}

.pages {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.pages span {
  margin: 0 5px;
  font-size: 16px;
  color: #333;
}

.pages span.p_n1,
.pages span:hover a {
  color: #2d90e5;
}

.pages span a {
  font-size: 16px;
  color: #333;
}

.page_contact {
  padding: 80px 0;
  /* background: #f4f4f4; */
}

/* .page_contact .container {
  max-width: 1280px;
  background: #fff;
  padding: 40px;
} */

.page_contact .content {
  margin-top: 60px;
}

.page_contact .content .left {
  width: 50%;
}

.page_contact .content .left h3 {
  font-size: 28px;
  color: #3E7D48;
  font-weight: bold;
}

.page_contact .content .left p {
  color: #666;
  font-size: 16px;
  line-height: 3;
  margin-top: 30px;
}

.page_contact .content .left .box {
  width: 131px;
  margin-top: 30px;
}

.page_contact .content .left .box img {
  width: 100%;
}

.page_contact .content .left .box p {
  margin-top: 0;
  text-align: center;
  line-height: 1.5;
}

.page_contact .content .right {
  width: 50%;
}

.nyshow {
  padding: 40px 0;
}

.nyshow .content {
  color: #444444;
  font-size: 16px;
  line-height: 36px;
  margin-top: 60px;
}

.nyshow .content img {
  max-width: 100%;
}

.category_hyxt {
  padding: 80px 0;
}

.category_hyxt .main1 .left {
  width: 100%;
}

.category_hyxt .main1 .left img {
  width: 100%;
}

.category_hyxt .main1 .right {
  width: 100%;
  padding-left: 40px;
}

.category_hyxt .main1 .right .title {
  color: #333333;
  font-size: 24px;
}

.category_hyxt .main1 .right .con {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}

.category_hyxt .main2 {
  margin-top: 40px;
}

.category_hyxt .main2 .title h3 {
  color: #333333;
  font-size: 30px;
}

.category_hyxt .main2 .title h3 img {
  margin-right: 10px;
}

.category_hyxt .main2 .title h3 span {
  color: #f9b500;
}

.category_hyxt .main2 .title .more {
  color: #333333;
  font-size: 16px;
}

.category_hyxt .main2 .content {
  margin-top: 30px;
}

.category_hyxt .main2 .content ul li {
  position: relative;
  width: 23%;
  margin-right: 2.66%;
  overflow: hidden;
}

.category_hyxt .main2 .content ul li:nth-child(4n) {
  margin-right: 0;
}

.category_hyxt .main2 .content ul li .pic img {
  width: 100%;
  height: 195px;
}

.category_hyxt .main2 .content ul li .tt {
  text-align: center;
  color: #333333;
  font-size: 18px;
  margin-top: 5px;
}

/* .list_hyxt .content ul li .state {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/state.png) no-repeat center/cover;
  color: #fff;
  font-size: 16px;
} */

.list_hyxt .content ul li .state {
  transform: rotate(-45deg);
  position: absolute;
  left: -45px;
  top: 10px;
  width: 150px;
  background: #ED1B24;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
  text-align: center;

}

.list_hyxt2 .main2 .content ul li .pic img {
  height: 523px;
}

.right_fixed {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
}

.right_fixed ul li {
  position: relative;
  margin-top: 3px;
}

.right_fixed ul li .hover {
  position: absolute;
  top: 0;
  right: 100%;
  min-width: 150px;
  height: 100%;
  white-space: nowrap;
  display: none;
  background: #f7b500;
  color: #fff;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}

.right_fixed ul li .hover img {
  max-width: 150px;
}

.right_fixed ul li:hover .hover {
  display: flex;
}

#search_product {
  display: flex;
  justify-content: space-between;
  border: solid 1px #ccc;
  width: 60%;
  margin: auto;
}

#search_product input {
  width: sclc(100% - 120px);
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  padding: 0 10px;
  border: 0;
}

#search_product .btnCss {
  width: 120px;
}

.page_xszy {
  padding: 40px 0;
}

.page_xszy .title {
  position: relative;
  font-size: 24px;
  color: #333;
  padding-left: 20px;
}

.page_xszy .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 4px;
  height: 24px;
  background: #3e7d48
}

.page_xszy .row1 .content ul {
  display: flex;
  flex-wrap: wrap;
}

.page_xszy .row1 .content ul li {
  width: 165px;
  margin-top: 35px;
  margin-right: 58px;
  text-align: center;
}

.page_xszy .row1 .content ul li:nth-child(5n) {
  margin-right: 223px;
}

.page_xszy .row1 .content ul li .icon img {
  max-width: 100%
}

.page_xszy .row1 .content ul li .tt {
  color: #333;
  font-size: 18px;
  padding-top: 20px;
}

.page_xszy .row2 {
  border-top: solid 1px #3e7d48;
  margin-top: 50px;
  padding-top: 50px;
}

.page_xszy .row2 .content {
  margin-top: 50px;
}

.page_xszy .row2 .content ul {
  display: flex;
  flex-wrap: wrap;
}

.page_xszy .row2 .content ul li {
  width: 165px;
  margin-right: 113px;
  text-align: center;
}

.page_xszy .row2 .content ul li:nth-child(5n) {
  margin-right: 0
}

.page_xszy .row2 .content ul li .pic {
  height: 201px;
}

.page_xszy .row2 .content ul li .tt {
  color: #333;
  font-size: 18px;
  padding-top: 20px
}

@media(min-width:1366px) {
  .mobile {
    display: none !important;
  }
}

@media(max-width:1365px) {
  .pc {
    display: none !important;
  }

  .container {
    width: 95%;
  }

  .m_header {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: 0 .5rem;
    height: 2.5rem;
    align-items: center;
    width: 100%;
  }

  .m_header .index_logo {
    width: 8rem;
  }

  .m_header .index_logo img {
    width: 100%;
  }

  .m_header .phone {
    position: relative;
    margin-left: auto;
    padding-right: .95rem;
    color: #2E2E2E;
    font-size: .75rem;
    padding-left: 1.175rem;
  }

  .m_header .phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: .8rem;
    height: .8rem;
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 100%;
  }

  .m_header .menu {
    display: flex;
    align-items: center;
    color: #fff;
    width: auto;
    background: none;
    margin: 0;
  }

  .m_header .menu i {
    font-size: 1.5rem;
    color: #3E7D48;
  }

  .side-box {
    position: fixed;
    top: 0rem;
    width: 7.5rem;
    right: -7.5rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1200;
    color: rgba(0, 0, 0, 1);
    transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .side-cut {
    position: relative;
    width: 10rem;
    float: right;
    height: 100%;
  }

  body.open .side-shadow {
    opacity: 1;
    visibility: visible;
  }

  body.open .side-box {
    width: 200%;
    right: 0;
  }

  .side-bin {
    width: 100%;
    background: rgba(255, 255, 255, .975);
    height: 100%;
    z-index: 2;
    position: relative;
    transition: .3s .1s;
    -moz-transition: .3s .1s;
    -ms-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
  }

  .side-nav>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-first {
    display: block;
    position: relative;
    margin: 0 0 .025rem 0;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
  }

  .nav-first:nth-child(1) {
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
  }

  .nav-first:nth-child(2) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
  }

  .nav-first:nth-child(3) {
    transition: .6s .59s;
    -moz-transition: .6s .59s;
    -ms-transition: .6s .59s;
    -o-transition: .6s .59s;
    -webkit-transition: .6s .59s;
  }

  .nav-first:nth-child(4) {
    transition: .6s .67s;
    -moz-transition: .6s .67s;
    -ms-transition: .6s .67s;
    -o-transition: .6s .67s;
    -webkit-transition: .6s .67s;
  }

  .nav-first:nth-child(5) {
    transition: .6s .74s;
    -moz-transition: .6s .74s;
    -ms-transition: .6s .74s;
    -o-transition: .6s .74s;
    -webkit-transition: .6s .74s;
  }

  .nav-first:nth-child(6) {
    transition: .6s .8s;
    -moz-transition: .6s .8s;
    -ms-transition: .6s .8s;
    -o-transition: .6s .8s;
    -webkit-transition: .6s .8s;
  }

  .nav-first:nth-child(7) {
    transition: .6s .85s;
    -moz-transition: .6s .85s;
    -ms-transition: .6s .85s;
    -o-transition: .6s .85s;
    -webkit-transition: .6s .85s;
  }

  .nav-first:nth-child(8) {
    transition: .6s .89s;
    -moz-transition: .6s .89s;
    -ms-transition: .6s .89s;
    -o-transition: .6s .89s;
    -webkit-transition: .6s .89s;
  }

  .nav-first:nth-child(9) {
    transition: .6s .92s;
    -moz-transition: .6s .92s;
    -ms-transition: .6s .92s;
    -o-transition: .6s .92s;
    -webkit-transition: .6s .92s;
  }

  .nav-first:nth-child(10) {
    transition: .6s .94s;
    -moz-transition: .6s .94s;
    -ms-transition: .6s .94s;
    -o-transition: .6s .94s;
    -webkit-transition: .6s .94s;
  }

  body.open .nav-first {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #3E7D48;
    z-index: 2;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  body.open .nav-first.active>a:before {
    width: 100%;
    transition: width .3s 1s;
    -moz-transition: width .3s 1s;
    -ms-transition: width .3s 1s;
    -o-transition: width .3s 1s;
    -webkit-transition: width .3s 1s;
  }

  .nav-first:hover a:before {
    width: 100%;
  }

  .side-nav>ul:hover>.nav-first.active>a:before {
    width: .075rem;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  .side-nav>ul:hover>.nav-first.active:hover>a:before {
    width: 100%;
  }

  .nav-first>a {
    position: relative;
    z-index: 3;
    display: block;
    padding: .5rem .75rem;
    color: rgba(0, 0, 0, .9);
  }

  .nav-first>a:after {
    display: table;
    clear: both;
    content: ''
  }

  .nav-first>a>i {
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 .375rem 0 .025rem;
    line-height: 1.75rem;
    font-size: .55rem;
  }

  .nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-size: .7rem;
  }

  body.open .nav-first:hover>a,
  body.open .nav-first.active>a,
  .side-nav>ul:hover>.nav-first.active:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  .side-nav>ul:hover>.nav-first.active>a {
    color: rgba(0, 0, 0, .9);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  body.open .nav-first.active>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s 1s;
    -moz-transition: color .3s 1s;
    -ms-transition: color .3s 1s;
    -o-transition: color .3s 1s;
    -webkit-transition: color .3s 1s;
  }

  .nav-first>a>p,
  .side-nav>ul:hover>.nav-first.active>a>p {
    position: absolute;
    top: 50%;
    right: .75rem;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .4);
    font-family: 'AddFont';
    padding: .15rem;
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    font-size: .3rem;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  body.open .nav-first:hover>a>p,
  body.open .nav-first.active>a>p,
  .side-nav>ul:hover>.nav-first.active:hover>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
  }

  body.open .nav-first.active>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
    transition: .3s 1s;
    -moz-transition: .3s 1s;
    -ms-transition: .3s 1s;
    -o-transition: .3s 1s;
    -webkit-transition: .3s 1s;
  }

  .side-shadow {
    width: 99.975rem;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-first>i {
    display: block;
    position: absolute;
    width: 1.9rem;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first>i:before {
    position: absolute;
    content: '';
    width: .5rem;
    height: .1rem;
    margin-left: -0.2rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    top: 50%;
    left: 50%;
  }

  .nav-first>i:after {
    position: absolute;
    content: '';
    width: .1rem;
    height: .5rem;
    margin-top: -0.2rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    left: 50%;
    top: 50%;
  }

  .nav-first.active>i:before,
  .nav-first.active>i:after,
  .nav-first:hover>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first:hover>i:after {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a:before {
    width: 100%;
  }

  .nav-first.mobile-active>a>i,
  .nav-first.mobile-active>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a>p {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>ul {
    padding: .025rem 0 0 0;
    height: auto;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>i:after {
    display: none;
  }

  .nav-second {
    margin: 0 0 .025rem 0;
    list-style: none;
    padding: 0;
    border-bottom: solid .025rem #ccc;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>a {
    padding: .25rem .75rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
  }

  .nav-second>a>b {
    display: block;
    font-size: .6rem;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
    position: relative;
    z-index: 1;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second>a:after {
    background: #3E7D48;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second:hover>a:after {
    width: 100%;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .nav-second:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-third {
    display: block;
    line-height: none;
    padding: .025rem 0 0 0;
    margin: 0 .75rem;
  }

  .nav-third>a {
    padding: 0 .75rem;
    line-height: 1.25rem;
    margin-bottom: .025rem;
    background: rgba(0, 0, 0, .08);
    display: block;
    position: relative;
  }

  .nav-third>a>b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
  }

  .nav-third>a:after {
    background: #2E2E2E;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third>a>b {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third:hover>a:after {
    width: 100%;
  }

  .nav-third:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .side-foot {
    padding: .75rem .75rem .625rem .75rem;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: .025rem solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  .side-phone:after {
    display: block;
    clear: both;
    content: '';
  }

  body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
  }

  .side-phone p b {
    display: block;
    font-family: 'AddFont';
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: .125rem;
  }

  .side-phone p a {
    display: block;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, 1);
    font-size: .55rem;
    letter-spacing: -0.025rem;
  }

  .side-phone i {
    float: right;
    display: block;
    font-size: .7rem;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: .1rem .1rem 0 .1rem;
    margin-top: .225rem;
    cursor: pointer;
  }

  .side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  }

  .side-text {
    white-space: pre-wrap;
    padding-top: .25rem;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    font-family: 'Addfont', Microsoft Yahei;
    transform: translateY(.75rem);
    -moz-transform: translateY(.75rem);
    -ms-transform: translateY(.75rem);
    -o-transform: translateY(.75rem);
    -webkit-transform: translateY(.75rem);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    height: 0;
    background: rgba(0, 0, 0, .03);
  }

  .index_main1 {
    padding: 1.875rem 0 2.5rem;
  }

  .index_main1 .d-flex {
    flex-wrap: wrap;
  }

  .index_main1 .left {
    width: 100%;
  }

  .index_main1 .left .content {
    margin-top: .75rem;
  }

  /* .index_main1 .left .content p {
    font-size: .4rem;
  } */

  .index_main1 .left .more {
    margin-top: 1.25rem;
  }

  /* .index_main1 .left .more a {
    font-size: .4rem;
    border-radius: .75rem;
    width: 4rem;
    height: 1.15rem;
    line-height: 1.1rem;
  } */

  .index_main1 .right {
    width: 100%;
    margin-top: .5rem;
  }

  .bk4 {
    padding-top: 1.25rem;
    background-size: cover;
  }

  .bk4 .d-flex {
    flex-wrap: wrap;
  }

  .bk4_left {
    width: 100%;
    display: none;
  }

  .bk4_left img {
    max-width: 100%;
  }

  .bk4_right {
    width: 100%;
    margin-top: 0.5rem;
  }

  /* .bk4_right h4 {
    font-size: .75rem;
  } */

  .bk4_right p {
    /* font-size: .4rem; */
    margin-top: .5rem;
  }

  .bk4 .swiper-container {
    margin-top: 1.375rem;
  }

  .bk4 .swiper-slide img {
    height: 7rem;
  }

  .bk4 .swiper-slide span {
    font-size: 15px;
  }

  .bk3 {
    padding: 2.5rem 0 2rem;
  }

  .bk3 .container>p {
    /* font-size: .4rem; */
    margin-top: .75rem;
    line-height: 1.8;
  }

  .bk3 .swiper-container .swiper-slide img {
    height: 4rem;
  }

  .bk3 .swiper-container .swiper-slide span {
    /* font-size: .4rem; */
    margin-top: .125rem;
  }

  .footer .infos {
    flex-wrap: wrap;
    padding: 1.25rem 0;
  }

  .footer .infos .item {
    display: none;
    width: 100%;
    margin-top: .5rem;
  }

  .footer .infos .item:nth-last-child(1),
  .footer .infos .item:nth-last-child(2) {
    display: block;
  }

  .footer .infos .tt {
    /* font-size: .4rem; */
    padding-bottom: .4rem;
  }

  .footer .infos .con {
    margin-top: .625rem;
  }

  .footer .infos .con h3 img {
    width: .625rem;
  }

  /* .footer .infos .con h3 span {
    font-size: .6rem;
  } */

  .footer .infos .con p {
    padding-top: .5rem;
  }

  .footer .infos .con p img {
    width: .625rem;
  }

  /* .footer .infos .con p span {
    font-size: .35rem;
    line-height: .6rem;
  } */

  .footer .infos .con .img {
    margin-right: .475rem;
  }

  .footer .infos .con .img img {
    width: 1.6rem;
  }

  .footer .infos .con .img p {
    /* font-size: .35rem;
    line-height: .45rem; */
    padding-top: .25rem;
  }

  .footer .bottom {
    padding: .875rem 0;
  }

  /* .footer .bottom p,
  .footer .bottom a {
    font-size: .35rem;
  } */

  .crumb .left {
    display: none;
  }

  .crumb .container {
    height: 1.75rem;
  }

  .crumb .right {
    overflow: hidden;
  }

  .crumb .right ul {
    overflow-y: scroll;
  }

  .crumb .right li {
    white-space: nowrap;
  }

  .crumb .right li a {
    /* font-size: .4rem; */
    height: 1.75rem;
    padding: 0 .375rem;
  }

  .nypage {
    padding: 1rem 0;
  }

  .nytitle {
    /* font-size: .7rem;
    line-height: .85rem; */
    margin-top: .25rem;
  }

  /* .nytitle span {
    font-size: .5rem;
    line-height: .75rem;
  } */

  .nypage .content {
    /* font-size: .4rem;
    line-height: .9rem; */
    margin-top: 1.5rem;
  }

  .nylist .content ul li {
    padding: .75rem 0;
  }

  .nylist .content ul li a {
    flex-wrap: nowrap !important;
  }

  .nylist .content ul li a .pic {
    width: 30%;
  }

  .nylist .content ul li a .pic img {
    height: 4.35rem;
  }

  .nylist .content ul li a .txt {
    width: 70%;
    padding-top: .5rem;
    padding-left: .5rem;
  }

  .nylist .content ul li a .txt h4 {
    font-size: 16px;
  }

  .nylist .content ul li a .txt p {
    /* font-size: .4rem; */
    padding-top: .625rem;
    display: none;
  }

  .nylist .content ul li a .txt .date_icon {
    padding-top: .625rem;
  }

  /* .nylist .content ul li a .txt .date_icon span {
    font-size: .35rem;
  } */

  .pages {
    margin-top: 1.25rem;
  }

  .pages span {
    margin: 0 .125rem;
    /* font-size: .4rem; */
  }

  /* .pages span a {
    font-size: .4rem;
  } */

  .nyshow {
    padding: 1rem 0;
  }

  .nyshow .content {
    /* font-size: .4rem;
    line-height: .9rem; */
    margin-top: 1.5rem;
  }

  .list_product {
    padding: 1rem 0;
  }

  #search_product {
    width: 100%;
  }

  .list_product .content {
    margin-top: .75rem;
  }

  .list_product .content ul {
    margin-top: -1rem;
  }

  .list_product .content ul li {
    position: relative;
    width: 49%;
    margin-top: 1rem;
    margin-right: 2%;
  }

  .list_product .content ul li:nth-child(5n) {
    margin-right: 2%;
  }

  .list_product .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .list_product .content ul li .pic {
    width: 100%;
  }

  .list_product .content ul li .pic img {
    height: 7rem;
  }

  .list_product .content ul li .tt {
    /* font-size: .4rem; */
    margin-top: .25rem;
  }

  .category_hyxt {
    padding: 2rem 0;
  }

  .category_hyxt .main1 {
    flex-wrap: wrap;
  }

  .category_hyxt .main1 .right {
    margin-top: .5rem;
    padding-left: 0;
  }

  .category_hyxt .main1 .right .con {
    margin-top: .5rem;
  }

  .category_hyxt .main2 {
    margin-top: 1rem;
  }

  /* .category_hyxt .main2 .title h3 {
    font-size: .75rem;
  } */

  .category_hyxt .main2 .title h3 img {
    margin-right: .25rem;
  }

  .category_hyxt .main2 .content {
    margin-top: .75rem;
  }

  .category_hyxt .main2 .content ul li {
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
  }

  .category_hyxt .main2 .content ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .category_hyxt .main2 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .category_hyxt .main2 .content ul li .pic img {
    height: 4.875rem;
  }

  .list_hyxt2 .main2 .content ul li .pic img {
    height: 13.075rem;
  }

  .page_xszy {
    padding: 1rem 0;
  }

  .page_contact {
    padding: 2rem 0;
  }

  .page_contact .content {
    margin-top: 1.5rem;
    flex-wrap: wrap;
  }

  .page_contact .content .left {
    width: 100%;
  }

  .page_contact .content .left p {
    margin-top: .75rem;
  }

  .page_contact .content .left .box {
    width: 3.275rem;
    margin-top: .75rem;
  }

  .page_contact .content .right {
    width: 100%;
    margin-top: .5rem;
  }

  .page_xszy .row1 .content ul li {
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
  }

  .page_xszy .row1 .content ul li:nth-child(5n) {
    margin-right: 2%;
  }

  .page_xszy .row1 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .page_xszy .row1 .content ul li .tt {
    padding-top: .5rem;
  }

  .page_xszy .row2 .content ul li {
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
    text-align: center;
  }

  .page_xszy .row2 .content ul li:nth-child(5n) {
    margin-right: 2%
  }

  .page_xszy .row2 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .page_xszy .row2 .content ul li .tt {
    padding-top: .5rem;
  }
}